home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / program / vdit.arc / readme < prev    next >
Text File  |  1988-07-12  |  830b  |  19 lines

  1. This package contains a partial public domain VDI interface.
  2. It includes a working interface to the undocumented
  3. VDI "load_fonts" and "unload_fonts" functions,
  4. which allow you to use other fixed and proportional fonts with GEM's VDI.
  5. See vdit.c for documentation and an example.
  6. Most of vdi.h/vdi.c is untested, except for the functions
  7. used by vdit.c and by my VT200 emulator.
  8. If you make any fixes or enhancements to the VDI I'd like to see them.
  9. I have also posted a public domain fixed width font family
  10. suitable for use with terminal emulators to comp.binaries.atari.st.
  11.  
  12. vdi.h:        structure and macro definitions for VDI
  13. vdi.c:        interface functions for VDI
  14. gfont.h:    definition of a GDOS font
  15. loadfont.c:    load GDOS fonts from disk
  16. vdit.c:        a simple program to load fonts and display them
  17.  
  18.     Eric Gisin, egisin@math.UWaterloo.CA
  19.